home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- clearGlobals()
- cancelpuppets()
- set the exitLock to 1
- set the keyDownScript to "Kenny"
- end
-
- on Kenny
- global enterOK
- if the keyCode = 53 then
- Stan()
- else
- if (the commandDown = 1) and (the key = "q") then
- Stan()
- else
- if the key = "q" then
- Stan()
- else
- if (the key = RETURN) or ((the keyCode = 125) and (enterOK = 1)) then
- cancelpuppets()
- go(#next)
- set enterOK to 0
- end if
- end if
- end if
- end if
- end
-
- on Stan
- global pauseMe
- cancelpuppets()
- set pauseMe to 1
- set the movieRate of sprite 3 to 0
- puppetSprite(45, 1)
- set the castNum of sprite 45 to cast "QuitScreen"
- set the visible of sprite 47 to 1
- set the visible of sprite 48 to 1
- end
-